runtime.spanSetBlock.spans (field)

5 uses

	runtime (current package)
		mspanset.go#L78: 	spans [spanSetBlockEntries]atomicMSpanPointer
		mspanset.go#L145: 	block.spans[bottom].StoreNoWB(s)
		mspanset.go#L198: 	s := block.spans[bottom].Load()
		mspanset.go#L203: 		s = block.spans[bottom].Load()
		mspanset.go#L208: 	block.spans[bottom].StoreNoWB(nil)